home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8012 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  820 b 

  1. Path: in2.uu.net!van-bc!uniserve!dudd!carl
  2. From: Carl@dudd.uniserve.com (Carl)
  3. Date: 29 Feb 96 18:57:05 
  4. Newsgroups: comp.lang.c
  5. Subject: Determining the serial number on a hard disk
  6. Message-ID: <207_9602292012@dudd.uniserve.com>
  7. X-FTN-To: joelg@mei.jsc.nasa.gov
  8. Organization: De Udda Edda Gateway UUCP
  9.  
  10.  jo> I'm using MSVC.  Does anyone know how to determine the serial number
  11.  jo> of a disk.  This is the number you get when you issue a VOL command
  12.  jo> from the DOS prompt.  I was thinking of using this number as a method
  13.  jo> of copy protection.
  14.  jo> Anybody know the sector, head, and cylinder where this number is
  15.  jo> stored?
  16. I wouldn't know that... but if you get ahold of an interrupt list, you
  17. might do best to use the bios to tell you that.  Just use int86 or whatever.
  18. That should do the trick...   anyone?
  19.